Overload | Description |
---|---|
ListBase<T> Constructor() | Initializes a new instance of the ListBase<T> class. |
ListBase<T> Constructor(Int32) | Initializes a new instance of the ListBase<T> using the specified size. |
ListBase<T> Constructor(IEnumerable<T>) | Initializes a new instance of the ListBase<T> class using the specified collection. |